home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / pccai / caiarc1.exe / VIEW.CAI < prev    next >
Text File  |  1993-12-06  |  627b  |  29 lines

  1. .rem                                                                 
  2. .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM--------- 
  3. .rem                                                                 
  4. .color 15,1
  5. .cls
  6. .cen (*Demo program for the viewer*)
  7.  
  8.  
  9. This is a test program to show how the viewer works.
  10.  
  11.  
  12. The command to use is .view (*filename*)
  13.  
  14.  
  15. You will now view the contents of the file TESTVIEW.DOC
  16.  
  17.  
  18. Press the up and down arrow keys to scroll through the file.
  19.  
  20.  
  21. Press the Esc key to return.
  22. .locate 24,1
  23. .pause
  24. .view (*samples.DOC*)
  25. .cls
  26. Now you are out of the viewer
  27. .pause
  28.  
  29.